Interface IEquatable<T>

An interface containing a generic Equals method.

The point is that

The class implementing this interface must ensure that the values returned by GetHashCode() are consistent with the Equals(T) method.

Type parameters:
T

Method overview

Equals(T other)

Method details

A bool Equals(T other)
Returns:True if this is equal to other
Parameters:
other:The item to test for equality with this